home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-mpc.dcr / 00056_PLAY start.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  166 b   |  14 lines

  1. on mouseUp
  2.   puppetSound(2, "Clicker")
  3.   sprite(1).movieTime = 1
  4.   sprite(1).movieRate = 1
  5. end
  6.  
  7. on mouseEnter me
  8.   cursor(280)
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(-1)
  13. end
  14.